2.6.4. Body Structure
Required fields are in bold.
| Field | Example | Type and format | Comments |
| { | |||
| "receiptNumber" | 6, | int | receipt number, should be unique for the shift and deviceID |
| "zNumber" | 2, | int | shift number, should be unique for deviceID |
| "fiscalNum" | 70154, | int | |
| "msgID" | 7, | int | |
| "cashier" | "Teller ", | string | |
| "currency" | "PHP", | string | |
| "totalAmount" | 14862, | int | |
| "dateTime" | "2025-01-09T142318.022Z", | dateTime of ISO-8601 format | |
| "location" | optional | ||
| { | |||
| "latitude" | 48.14963, | float | |
| "longitude" | 17.050056 | float | |
| }, | |||
| "identity" | |||
| { | |||
| "fn" | "SM00000017", | string | device token |
| "tin" | "1212121212121", | string | |
| "shopName" | "Test 12", | string | |
| "shopAddress" | "Kresánkova 3597/10" | string | |
| } | |||
| } |